'Declaration Public Overridable Function InsertRangeAsync( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of Object), _ Optional ByVal cancellationToken As CancellationToken _ ) As Task(Of Integer)
public virtual Task<int> InsertRangeAsync( int startingIndex, IEnumerable<object> items, CancellationToken cancellationToken )
Parameters
- startingIndex
- items
- cancellationToken